Click or drag to resize

MailboxType Enumeration

Represents the type of mailbox that is represented by the e-mail address.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum MailboxType
Members
  Member nameValueDescription
Mailbox0 Represents a mail-enabled Active Directory object.
PublicDistributionList1 Represents a public distribution list.
PrivateDistributionList2 Represents a private distribution list in a user's mailbox.
Contact3 Represents a contact in a user's mailbox.
PublicFolder4 Represents a public folder.
OneOff5
GroupMailbox6
ImplicitContact7
None8 Represents an unknown type of mailbox.
See Also